미친 코드 미치다 package jemy; class 动物 { private String 姓名; private int 年龄; public String get姓名() { return 姓名; } public void set姓名(String 姓名) { this.姓名 = 姓名; } public int get年龄() { return 年龄; } public void set年龄(int 年龄) { this.年龄 = 年龄; ... 미친 코드
미치다 package jemy; class 动物 { private String 姓名; private int 年龄; public String get姓名() { return 姓名; } public void set姓名(String 姓名) { this.姓名 = 姓名; } public int get年龄() { return 年龄; } public void set年龄(int 年龄) { this.年龄 = 年龄; ... 미친 코드